css: Make font-weight an integer
authorBenjamin Otte <otte@redhat.com>
Sun, 31 Mar 2019 18:05:12 +0000 (20:05 +0200)
committerBenjamin Otte <otte@redhat.com>
Fri, 12 Apr 2019 17:34:28 +0000 (19:34 +0200)
commit93b643c44d5cb471587cb673e8cfb8f00ae7e2d6
tree44f7ce5fef3e9997a77a24725893226fbb725410
parent21616f6e2eea2889e6560033d08720d8dd928574
css: Make font-weight an integer

This conforms to what Pango does and to the CSS4 spec. And it makes the
parsing code easier. So let's go for it.
gtk/gtkcssenumvalue.c
gtk/gtkcssenumvalueprivate.h
gtk/gtkcssshorthandpropertyimpl.c
gtk/gtkcssstylepropertyimpl.c
testsuite/css/parser/declarations-valid-04.ref.css
testsuite/css/parser/font-weight.ref.css
testsuite/css/style/font.nodes